home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_226_histogram.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  240 b   |  5 lines

  1. procedure Histogram(dataName : Str255;intervals : longint; min, max : real; useCustom : boolean; resultName : Str255);
  2.  
  3. Calculates the histogram of dataName and places the result in a 1D data window named resultName.
  4.  
  5. Also see:  CalcStats